home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 February
/
PCWorld_2007-02_cd.bin
/
domacnost a kancelar
/
avedesk
/
AveDesk13.exe
/
Tools
/
showcase.vbs
< prev
next >
Wrap
Text File
|
2005-07-10
|
172b
|
8 lines
Dim ad 'as avedesk.application
set ad = CreateObject("AveDesk.Application")
if ad.ShowCase.Active then
ad.ShowCase.DeActivate
else
ad.ShowCase.Activate
end if